push code.R

#command to push new code
git add  .
git commit -m "added error check to make n an integer"
git push origin workingbranch

#git branch checks the branch your in

#note - change comit message each time
#check it got pushed on to git hub

# after you code has been updated in gihub- this pulls it back into R
git checkout master
git pull --rebase origin master
git checkout workingbranch
git rebase master


#terminal commands
ls list files
cd
hpatterson97/machine-gene documentation built on May 24, 2019, 4:09 p.m.